home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
save.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
378b
|
67 lines
save(1) Scilab Function save(1)
NAME
save - saving variables
CALLING SEQUENCE
save(file-name, [,x1,..])
DESCRIPTION
saves all current variables on the file file-name.
save(file-name,x,y) saves only x,y.
Saved variables are loaded by the load command
SEE ALSO
load